object Form1: TForm1 Left = 348 Top = 73 Width = 170 Height = 109 Caption = 'Form1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 13 object DBLookupCombo1: TDBLookupCombo Left = 8 Top = 16 Width = 145 Height = 25 DataField = 'CustNo' DataSource = DSOrders LookupSource = DSCustomer LookupDisplay = 'Company' LookupField = 'CustNo' TabOrder = 0 end object TblCustomer: TTable Active = True DatabaseName = 'DBDEMOS' TableName = 'CUSTOMER.DB' Left = 24 end object DSCustomer: TDataSource DataSet = TblCustomer Left = 104 end object TblOrders: TTable Active = True DatabaseName = 'DBDEMOS' TableName = 'ORDERS.DB' Left = 24 Top = 40 end object DSOrders: TDataSource DataSet = TblOrders Left = 104 Top = 40 end end